home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000064_news@watsun.cc.columbia.edu _Tue May 18 08:21:34 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA01975
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 18 May 1999 08:21:34 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id HAA21070
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 18 May 1999 07:58:50 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: adam@symcom.math.uiuc.edu (Adam H. Lewenberg)
  10. Subject: Re: Trouble with AS-NAME switch in SEND
  11. Date: 18 May 1999 11:58:29 GMT
  12. Organization: University of Illinois at Urbana-Champaign
  13. Message-ID: <7hrkl5$clu$1@vixen.cso.uiuc.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. I realize what is happening, but why? Aren't the various versions of
  17. C-Kermit smart enough to realize if the file system they are running
  18. on differentiates between upper- and lower-case? Otherwise, what is
  19. the point of the set file names literal command? A. Lewenberg
  20.  
  21.  
  22. jaltman@watsun.cc.columbia.edu (Jeffrey Altman) writes:
  23.  
  24. >In article <7hqhmo$g9f$1@vixen.cso.uiuc.edu>,
  25. >Adam H. Lewenberg <adam@symcom.math.uiuc.edu> wrote:
  26. >: [E:\] remote set file names literal
  27. >: [E:\] set file names literal
  28. >: [E:\] send /AS-NAME:README readme
  29. >: 
  30. >: (Kermit now gives me the send screen where I see README => README => readme)
  31. >: 
  32. >: Why is it converting the filename to lower case?
  33.  
  34. >Because of the many older file systems which only supported Upper case
  35. >file names Unix C-Kermit converts an all upper case file name to lower
  36. >case even when file names are literal.
  37.  
  38. >What you are seeing above is the K95 is translating from "README" to "README"
  39. >and then C-Kermit is translating the file name to "readme".
  40.  
  41. >    Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  42. >                 The Kermit Project * Columbia University
  43. >              612 West 115th St #716 * New York, NY * 10025
  44. >  http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org
  45. -- 
  46. University of Illinois at Champaign-Urbana, Dept. Of Mathematics
  47. INTERNET: adam@math.uiuc.edu   or    lewenber@uiuc.edu
  48.